home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 41.zip / BS1 part 41 / Icon Editor v1.1.adf / Gadgetsdrawer / direr < prev    next >
Text File  |  1987-02-25  |  253b  |  13 lines

  1. copy c/cd to ram:x
  2. assign x: ram:x
  3. echo "as soon as the drive light goes out,"
  4. echo "remove the gadgets disk, and the"
  5. echo "computer will wait for the new"
  6. echo "disk to be inserted"
  7. wait 10
  8. ram:x/cd df0:
  9. dir > prt:
  10. delete ram:x all
  11. echo " all done!"
  12.  
  13.